Skip to main content
GET
/
v1
/
platform
/
issues
/
{id}
Error
A valid request URL is required to generate request examples
{
  "actions": {},
  "created_at": "<string>",
  "description": "<string>",
  "first_seen_at": "<string>",
  "fix_branch": "<string>",
  "fix_dispatched_at": "<string>",
  "fix_pr_number": 123,
  "fix_prompt": "<string>",
  "fix_verification": {},
  "id": "<string>",
  "last_seen_at": "<string>",
  "name": "<string>",
  "proposed_context_fixes": [
    {}
  ],
  "proposed_examples": [
    {}
  ],
  "proposed_fix": "<string>",
  "proposed_prompt_fixes": [
    {}
  ],
  "session_id": "<string>",
  "tags": [
    "<string>"
  ],
  "tenant_id": "<string>",
  "traces": {},
  "updated_at": "<string>"
}
{
  "error": "<string>"
}
{
  "error": "<string>"
}
{
  "error": "<string>"
}
{
  "error": "<string>"
}
{
  "error": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Issue ID (UUID)

Response

OK

actions
object
created_at
string
description
string
first_seen_at
string
fix_branch
string
fix_dispatched_at
string
fix_pr_number
integer
fix_prompt
string
fix_verification
object
id
string
last_seen_at
string
name
string
proposed_context_fixes
object[]
proposed_examples
object[]
proposed_fix
string
proposed_prompt_fixes
object[]
session_id
string
severity
enum<integer>
Available options:
0,
1,
2,
3
status
enum<string>
Available options:
open,
completed,
ignored
tags
string[]
tenant_id
string
traces
object
updated_at
string